home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / snup140.zip / SLIPKNOT.SCR < prev    next >
INI File  |  1995-10-22  |  1KB  |  57 lines

  1. [slipcommand]
  2. n=11
  3. l1=case $1 in
  4. l2=-g) echo xxx working >slipknot.status
  5. l3=./.slipgeturl "$2" &
  6. l4=echo $! >slipknot.proc ;;
  7. l5=-k) kill -9 `cat slipknot.proc` 
  8. l6=kill -9 `cat slipknot.proc2` ;;
  9. l7=-s) cat slipknot.status ;;
  10. l8=*)  echo Bad argument
  11. l9=esac
  12. l10=echo OK
  13. l11=exit
  14.  
  15. [slipcommand2-4-2]
  16. n=13
  17. l1=case $1 in
  18. l2=-g) echo xxx working >slipknot.status
  19. l3=./.slipgeturl -g "$2" "$3" "$4" "$5" "$6" &
  20. l4=echo $! >slipknot.proc ;;
  21. l5=-gio) ./.slipgeturl -gio "$2" "$3" "$4" "$5" "$6" &
  22. l6=echo $! >slipknot.proc ;;
  23. l7=-k) kill -9 `cat slipknot.proc` 
  24. l8=kill -9 `cat slipknot.proc2` ;;
  25. l9=-s) cat slipknot.status ;;
  26. l10=*)  echo Bad argument
  27. l11=esac
  28. l12=echo OK
  29. l13=exit
  30.  
  31. [lynx]
  32. n=4
  33. l1=%PROG% -dump -source "$1" >slipknot.tmp &
  34. l2=echo $! >slipknot.proc2
  35. l3=wait
  36. l4=echo xxx $? done >slipknot.status
  37.  
  38. [lynx2-4-2]
  39. n=9
  40. l1=echo a >slipknot.err
  41. l2=case $1 in
  42. l3=-g) %PROG% -source -dump -noredir -error_file=slipknot.err $2 $3 $4 $5 >slipknot.tmp & ;;
  43. l4=-gio) %PROG% -source -dump -noredir -error_file=slipknot.err < $2 $3 $4 $5 >slipknot.tmp & ;;
  44. l5=*) %PROG% -source -dump -noredir -error_file=slipknot.err $2 $3 $4 $5 >slipknot.tmp & ;;
  45. l6=esac
  46. l7=echo $! >slipknot.proc2
  47. l8=wait
  48. l9=(cat slipknot.err ; echo xxx $? done) >slipknot.status
  49.  
  50. [www]
  51. n=4
  52. l1=%PROG% -n -source "$1" >slipknot.tmp &
  53. l2=echo $! >slipknot.proc2
  54. l3=wait
  55. l4=echo xxx $? done >slipknot.status
  56.  
  57.